Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

632705 Views

Latest files of /cody/swapnilsparsh/30DaysOfJavaScript/160 - Call App

preview3.gif cody/swapnilsparsh/30DaysOfJavaScript/160 - Call App/preview3.gif
56 Views
0 Comments
Media file
style.css cody/swapnilsparsh/30DaysOfJavaScript/160 - Call App/style.css
180 Views
0 Comments
@import url('https://fonts.googleapis.com/css?family=Heebo:100,400,700');

.phone-container {
width: 200px;
height: 400px;
position: absolute;
top: 50%;
left: 50%;
index.html cody/swapnilsparsh/30DaysOfJavaScript/160 - Call App/index.html
371 Views
0 Comments
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Call App</title>
<link rel="stylesheet" href="./style.css">

</head>
script.js cody/swapnilsparsh/30DaysOfJavaScript/160 - Call App/script.js
236 Views
0 Comments
var days = ['Sunday','Monday','Tuesday','Wednesday','Thursday','Friday','Saturday'];
var months = ['January','February','March','April','May','June','July','August','September','October','November','December'];

var callNumber;
var telLink = "tel:"
var soundBars = 3;
var maxSoundBars = 10;
var minSoundBars = 1;